Skip to main content

Instamodel

Generate consistent characters using Instamodel

Tip
  • Use good clarity photos where the face is clearly visible
  • Give detailed prompts to describe the model - ethnicity, type of hair, type of skin, eye colour, body type
ImagePipeline-Post
https://api.imagepipeline.io/instamodel/v1
ImagePipeline-Auth
API-Key


{
"prompt": "full body photo, brunette, very curly hair, 30 year old beautiful woman with green eyes wearing a red top and black shorts, on the beach, highly detailed, fashion photography",
"negative_prompt": "cartoon,illustration,(low quality:2),(((nsfw, nude, naked, nipples))), deformed hands, deformed anatomy, deformed legs, deformed feet",
"width": 1024,
"height": 1024,
"seed" : -1,
"input_face":"https://f005.backblazeb2.com/b2api/v2/b2_download_file_by_id?fileId=4_zfdf0a8ed59e8666b89b10713_f114135529746217a_d20240608_m112657_c005_v0501018_t0003_u01717846017375"
}
Instamodel face image pipeline

Status

Your response will include a status.

  • If the status = SUCCESS, you will also have download_urls that will have the links to your generated image based on the number of samples you have entered. The maximum number of samples that can be generated is 4.
  • If the status = PENDING, you will receive a id. You can use the status endpoint to fetch your image using the id.
  • If the status = FAILURE, you will receive only an error message.

Endpoint: [GET]

  • https://api.imagepipeline.io/instamodel/v1/status/{{id}}

Pass the API-Key as the authorization in the header.